object frmTaskBarPage: TfrmTaskBarPage Left = 0 Top = 0 Width = 635 Height = 353 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object gbTaskbarAnimation: TGroupBox Left = 16 Top = 168 Width = 605 Height = 167 Caption = 'gbTaskbarAnimation' TabOrder = 1 object lblTBDescription: TAxLabel Left = 24 Top = 30 Width = 550 Height = 33 WordWrap = True Transparent = True AutoSize = False Caption = 'lblTBDescription' ShowAccelChar = True end object rbGroupNo: TRadioButton Left = 24 Top = 72 Width = 550 Height = 17 Caption = 'rbGroupNo' TabOrder = 0 OnClick = rbItemClick end object rbGroupLeastFirst: TRadioButton Left = 24 Top = 92 Width = 550 Height = 17 Caption = 'rbGroupLeastFirst' TabOrder = 1 OnClick = rbItemClick end object rbGroupMostWindowsFirst: TRadioButton Left = 24 Top = 112 Width = 550 Height = 17 Caption = 'rbGroupMostWindowsFirst' TabOrder = 2 OnClick = rbItemClick end object rbGroupNWindows: TRadioButton Left = 24 Top = 132 Width = 550 Height = 17 Caption = 'rbGroupNWindows' TabOrder = 3 OnClick = rbItemClick end end object gbTaskbar: TGroupBox Left = 16 Top = 1 Width = 605 Height = 152 Caption = 'gbTaskbar' TabOrder = 0 object lblTaskBar: TAxLabel Left = 24 Top = 30 Width = 61 Height = 16 WordWrap = False Transparent = True Caption = 'lblTaskBar' ShowAccelChar = True end object cbAutoHide: TCheckBox Left = 24 Top = 56 Width = 500 Height = 17 Caption = 'cbAutoHide' TabOrder = 0 OnClick = cbItemClick end object cbAlwaysAllTop: TCheckBox Left = 24 Top = 76 Width = 500 Height = 17 Caption = 'cbAlwaysAllTop' TabOrder = 1 OnClick = cbItemClick end object cbAnimation: TCheckBox Left = 24 Top = 96 Width = 500 Height = 17 Caption = 'cbAnimation' TabOrder = 2 OnClick = cbItemClick end object cbLockTaskbar: TCheckBox Left = 24 Top = 116 Width = 500 Height = 17 Caption = 'cbLockTaskbar' TabOrder = 3 OnClick = cbItemClick end end end